big_integer
Construct a big_integer
by parsing a signed base-10 text representation of an integer.
Since
0.12.0
Parameters
s
the text to be parsed
Throws
exception
if the text representation is ill-formed
Construct a big_integer from an integer.
Since
0.12.0
Parameters
value
the integer value